home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / picdll / fractdll.dpr < prev    next >
Encoding:
Text File  |  1996-09-15  |  321 b   |  19 lines

  1. library Fractdll;
  2.  
  3. { Program copyright (c) 1995 by Charles Calvert }
  4. { Project Name: RUNDLL }
  5.  
  6. uses
  7.   Pics in 'PICS.PAS' {SpacePict1},
  8.   Squares in 'SQUARES.PAS' {DrawSqr},
  9.   Fern in 'FERN.PAS' {Ferns};
  10.  
  11. exports
  12.   ShowPictures index 1,
  13.   ShowSquares index 2,
  14.   ShowFerns index 3;
  15.  
  16. {$R *.RES}
  17. begin
  18. end.
  19.